Return to doc.sitecore.com

Release Notes

Note:
SES version 2.1 has been deprecated. Please use version 2.2 instead, which contains a number of bug fixes and supports the same Sitecore CMS versions!

The latest release information about the Sitecore E-Commerce Services.
We welcome your feedback. On the forum pages, we have set up 2 forums:

1.  Release History

Some of the issues described on this page contain internal reference numbers listed in parentheses. You can use these reference numbers to communicate with Sitecore about a particular issue or feature.

July 23, 2013

Sitecore E-Commerce Services 2.1 rev. 130718 is released.

Tested with Sitecore CMS and DMS 7.0 rev. 130424 (7.0 Initial Release).

This version is not tested on Azure, as the Azure module v3.0 does not yet support CMS 7.

Compatibility
This version of the module only runs on Sitecore 7.0 and DMS 7.0 or later.

2.  Known issues

This section describes the known issues associated with SES 2.1 rev. 130718.

Scalability:

Catalog:

Checkout:

Shopping Cart:

Site Settings:

Example pages:

Page Editor/Preview mode:

Payment provider:

Order Manager:

SPEAK:

3.  Configuration File Changes

This section describes the config file changes between SES releases.

3.1.  Config file changes in SES 2.1 rev. 130718

The config file changes in SES 2.1 rev. 130718 compared to SES 2.0.0 rev. 130111.

Sitecore.Ecommerce.config

  1. Add the following node to the <configuration><sitecore> section:
    <AntiCsrf>
      <rules>
        <rule name="shell">
          <ignore contains="/sitecore/shell/~/xaml/Sitecore.Ecommerce.Shell.Applications.Catalogs.ProductCatalog.html" patch:after="urlPrefix" />
          <ignore contains="/sitecore/shell/~/xaml/Sitecore.Ecommerce.Shell.Applications.Catalogs.Catalog.html" patch:after="urlPrefix" />
        </rule>
      </rules>
    </AntiCsrf>